home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
64'er 1996 January
/
64er_Magazin_96-01_1996_Markt__Technik_de_Side_A.d64
/
swap in.demo
(
.txt
)
< prev
next >
Wrap
Commodore BASIC
|
2022-10-26
|
780b
|
29 lines
5 ifa=0thena=1:load"swap in.ass",8,1
10 ifa=0thena=1:load"swap in.ass",8,1
20 sys49152
30 print"[147]"
40 gosub200
50 gett$:ift$=""then50
60 fori=14to214:poke176,i:next
70 print""
80 gett$:ift$=""then80
90 gosub 300
100 fori=214to14step-1:poke176,i:next
110 goto 50
200 rem screen 1 aufbauen
210 print"";
220 print"[176][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][174]";
230 print"[221] [221]";
240 print"[221] das ist der erste demo-bildschirm [221]";
250 print"[221] [221]";
260 print"[173][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][189]";
270 return
300 rem screen 2 aufbauen
310 print"";
320 print"[176][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][174]";
330 print"[221] [221]";
340 print"[221] das ist der zweite demo-bildschirm [221]";
350 print"[221] [221]";
360 print"[173][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][189]";
370 return